Add loading feedback for podcast episodes#151
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Deployment failed with the following error: Learn More: https://vercel.com/christian-bager-bach-houmanns-projects?upgradeToPro=build-rate-limit |
chhoumann
added a commit
that referenced
this pull request
Nov 24, 2025
chhoumann
added a commit
that referenced
this pull request
Nov 24, 2025
* feat: Add transcription queue for episodes (#132) * feat: Add volume control to player (#133) * fix: mount views with svelte api (#134) * fix: Reserve image space and use native lazy load (#138) * Reserve image space and use native lazy load * Fix image loading attribute type * fix: fix Obsidian listener accumulation (#141) * feaet: Optimize latest episodes aggregation (#142) * fix: Add keys to podcast lists (#136) * fix: Stabilize episode list layout (#139) * style: move inline podcast styles into CSS (#145) * fix: persist hide-played toggle (#144) * feat: Optimize latest episodes updates (#143) * refactor: Remove redundant currentTime sync (#147) * fix: Replace moment date formatting in episode list (#148) * feat: Stream feed loading in PodcastView (#140) * Improve podcast feed initial loading * Guard feed search before cache ready * fix: Optimize Fuse reuse in search (#149) * feat: Improve topbar focus contrast (#150) * feat: Add live input handling for episode search (#135) * fix: Use Intl formatter for episode dates (#153) * feat: Improve nav cues and native lazy images (#152) * feat: Improve podcast loading feedback (#151) * fix: guard obsidian inputs from feedback loops (#154) * fix: settings corruption
|
🎉 This PR is included in version 2.15.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds loading indicator and streaming fetch behavior for PodcastView/EpisodeList. Episodes now appear as feeds resolve and the empty state waits until fetching finishes. Added integration coverage for the streaming/loading flow; tests pass.